From: tsteven4 <13596209+tsteven4@users.noreply.github.com> Date: Wed, 11 Sep 2024 15:25:21 +0000 (-0600) Subject: update packages for jammy, noble. (#1337) X-Git-Tag: archive/raspbian/1.10.0+ds-2+rpi1~1^2~12^2^2~55 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=ac992453578a3e442d3ee8156b25bbe7d76c5dd7;p=gpsbabel.git update packages for jammy, noble. (#1337) --- diff --git a/tools/Dockerfile_jammy b/tools/Dockerfile_jammy index 2545c4acb..bd6b75b9b 100644 --- a/tools/Dockerfile_jammy +++ b/tools/Dockerfile_jammy @@ -20,7 +20,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ RUN apt-get update && apt-get install -y --no-install-recommends \ g++ \ make \ - autoconf \ git \ valgrind \ expat \ @@ -32,6 +31,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ clang-tidy \ jq \ curl \ + ca-certificates \ && rm -rf /var/lib/apt/lists/* # alternative compiler diff --git a/tools/Dockerfile_noble b/tools/Dockerfile_noble index 41065517d..a96fa1683 100644 --- a/tools/Dockerfile_noble +++ b/tools/Dockerfile_noble @@ -20,7 +20,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ RUN apt-get update && apt-get install -y --no-install-recommends \ g++ \ make \ - autoconf \ git \ valgrind \ expat \ @@ -32,6 +31,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ clang-tidy \ jq \ curl \ + ca-certificates \ && rm -rf /var/lib/apt/lists/* # alternative compiler